D54677-hurd-path_max
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 11 Jul 2019 06:39:38 +0000 (07:39 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 11 Jul 2019 06:39:38 +0000 (07:39 +0100)
commitefff3af5940693a7f03c8a1e6bad7bc5fcf452ad
tree77035845af0fb03a991aa19f36cc88e928ed8ad3
parentab795260b08fe75d8ecf3a2e19eae9357442af87
D54677-hurd-path_max

[hurd] Fix unconditional use of PATH_MAX

The GNU/Hurd system does not define an arbitrary PATH_MAX limitation, the POSIX 2001 realpath extension can be used instead, and the size of symlinks can be determined.

https://reviews.llvm.org/D54677

Gbp-Pq: Topic hurd
Gbp-Pq: Name D54677-hurd-path_max.diff
libcxx/src/filesystem/operations.cpp